home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Turnbull China Bikeride
/
Turnbull China Bikeride - Disc 2.iso
/
STUTTGART
/
LANG
/
C
/
LIB
/
UNIXLIB37B
/
!UnixLib37
/
src
/
clib
/
sys
/
h
/
debug
next >
Wrap
Text File
|
1996-11-09
|
590b
|
33 lines
/****************************************************************************
*
* $Source: /unixb/home/unixlib/source/unixlib37/src/clib/sys/h/RCS/debug,v $
* $Date: 1996/04/19 21:23:56 $
* $Revision: 1.1 $
* $State: Rel $
* $Author: simon $
*
* $Log: debug,v $
* Revision 1.1 1996/04/19 21:23:56 simon
* Initial revision
*
***************************************************************************/
#ifdef DEBUG
#ifndef __SYS_DEBUG_H
#define __SYS_DEBUG_H
#ifdef __cplusplus
extern "C" {
#endif
extern void __debug(char *);
#ifdef __cplusplus
}
#endif
#endif
#endif